0
我在軌道上使用這個寶石'paypal-sdk-adaptivepayments'紅寶石。付款後我獲得成功,但是當我在沙箱中看到我的帳戶時,沒有任何用戶可以收到付款,而商家帳戶也不會被扣款。 這是我的迴應是我從貝寶取得成功的狀態創建支付成功後,金額不反映在沙箱(適應性並行支付)
<PayPal::SDK::AdaptivePayments::DataTypes::PaymentDetailsResponse:0x00000007d3cfc8 @responseEnvelope=#<PayPal::SDK::AdaptivePayments::DataTypes::ResponseEnvelope:0x00000007d3cc80 @timestamp=Mon, 13 Jul 2015 00:04:03 -0700, @ack="Success", @correlationId="4a4043560f603", @build="17325060">, @cancelUrl="http://localhost:3000/payments/cancel", @currencyCode="USD", @ipnNotificationUrl="http://localhost:3000/payments/ipn_notify", @paymentInfoList=#<PayPal::SDK::AdaptivePayments::DataTypes::PaymentInfoList:0x00000007d33cc0 @paymentInfo=[#<PayPal::SDK::AdaptivePayments::DataTypes::PaymentInfo:0x00000007d33ba8 @receiver=#<PayPal::SDK::AdaptivePayments::DataTypes::Receiver:0x00000007d33ae0 @amount=160.0, @email="[email protected]", @primary=false, @paymentType="SERVICE", @accountId="MNF7MDPJWJHJL">, @pendingRefund=false>, #<PayPal::SDK::AdaptivePayments::DataTypes::PaymentInfo:0x00000007d33388 @receiver=#<PayPal::SDK::AdaptivePayments::DataTypes::Receiver:0x00000007d33310 @amount=10.0, @email="[email protected]", @primary=false, @paymentType="SERVICE", @accountId="HEPSP9YS5ZMPQ">, @pendingRefund=false>]>, @returnUrl="http://localhost:3000/payments/success", @status="CREATED", @payKey="AP-2G3459926X3244353", @actionType="PAY", @feesPayer="SENDER", @reverseAllParallelPaymentsOnError=false, @sender=#<PayPal::SDK::AdaptivePayments::DataTypes::SenderIdentifier:0x00000007d325f0 @useCredentials=false>>
這裏後,我想改變它完成,無需調用任何API再次做到這一點?