Skip to content

Commit 9451bef

Browse files
Update README.md (#273)
1 parent daabe58 commit 9451bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ order, err := c.GetOrder("O-4J082351X3132253H")
6262
ctx := context.Background()
6363
units := []paypal.PurchaseUnitRequest{}
6464
source := &paypal.PaymentSource{}
65-
appCtx := &paypalApplicationContext{}
65+
appCtx := &paypal.ApplicationContext{}
6666
order, err := c.CreateOrder(ctx, paypal.OrderIntentCapture, units, ource, appCtx)
6767
```
6868

0 commit comments

Comments
 (0)