From 9451befb2b2a5c608b7ce5da5ccd36f3cafaab70 Mon Sep 17 00:00:00 2001 From: Suhail Gupta Date: Fri, 30 Aug 2024 17:16:26 +0530 Subject: [PATCH] Update README.md (#273) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6cc37e..5c91415 100644 --- a/README.md +++ b/README.md @@ -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) ```