douou9786 2015-11-23 17:53
浏览 25
已采纳

SpeckPaypal ZF2如何编辑CURRENCY CODE?

i 've succed in installing the mod SpeckPaypal for ZF2 , and i can make some tests , but i 'm facing 2 problems here: 1 - i can't change the CURRENCY CODE from USD to EUR !! 2 - i can't see the money going to the facilitator instead of seeing that the credit of the bayer is changing ?

i tried to change the value in this file :

SpeckPaypal/src/SpeckPaypal/Request/DoCapture.php
protected $currencyCode = 'USD'; // to 'EUR' but it doesn't work

plz any idea is appreciated. Thanks.

  • 写回答

1条回答 默认 最新

  • drrvnbwle80177811 2015-11-24 12:23
    关注

    i've found the solution , is to edit the

    protected $currencyCode = 'USD'; // to 'EUR' 
    in the class \SpeckPaypal\Element\PaymentDetails.php
    

    Hope it helps.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?