Skip to content

Commit

Permalink
Update README.md (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
suhailgupta03 authored Aug 30, 2024
1 parent daabe58 commit 9451bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ order, err := c.GetOrder("O-4J082351X3132253H")
ctx := context.Background()
units := []paypal.PurchaseUnitRequest{}
source := &paypal.PaymentSource{}
appCtx := &paypalApplicationContext{}
appCtx := &paypal.ApplicationContext{}
order, err := c.CreateOrder(ctx, paypal.OrderIntentCapture, units, ource, appCtx)
```

Expand Down

0 comments on commit 9451bef

Please sign in to comment.