From b5822471369ea082f05c8eef03715b073fc5521a Mon Sep 17 00:00:00 2001 From: Leandro Henrique Reis Date: Fri, 12 Feb 2016 14:51:53 -0200 Subject: [PATCH 1/2] Field doesn't exists in documentation! L_PAYMENTREQUEST_0_ITEMAMT doesn't exists in documentation! Dococumentation https://developer.paypal.com/webapps/developer/docs/classic/api/merchant/SetExpressCheckout_API_Operation_NVP/ --- setExpressCheckout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setExpressCheckout.php b/setExpressCheckout.php index 4cbd965..32e36d2 100644 --- a/setExpressCheckout.php +++ b/setExpressCheckout.php @@ -44,7 +44,7 @@ 'L_PAYMENTREQUEST_0_DESC0' => 'Produto A – 110V', 'L_PAYMENTREQUEST_0_AMT0' => '11.00', 'L_PAYMENTREQUEST_0_QTY0' => '1', - 'L_PAYMENTREQUEST_0_ITEMAMT' => '11.00', + 'L_PAYMENTREQUEST_0_NAME1' => 'Item B', 'L_PAYMENTREQUEST_0_DESC1' => 'Produto B – 220V', 'L_PAYMENTREQUEST_0_AMT1' => '11.00', From 7a5207ef1ae396d3d86818b4e1a2d2da7d1d23bb Mon Sep 17 00:00:00 2001 From: Leandro Henrique Reis Date: Fri, 12 Feb 2016 15:28:59 -0200 Subject: [PATCH 2/2] Fixed link! Fixed link https://www.paypal-brasil.com.br/desenvolvedores/tutorial/guia-de-integracao-rapida-usando-express-checkout/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6de15ba..3cb384a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ Code sample =========== -[Guia de integração com Express Checkout](https://www.paypal-brasil.com.br/x/tutoriais/guia-rapido-de-integracao-com-express-checkout/) +[Guia de integração com Express Checkout](https://www.paypal-brasil.com.br/desenvolvedores/tutorial/guia-de-integracao-rapida-usando-express-checkout/)