문제

I'm working on implementing PayPal Payflow Pro (technically "Website Payments Pro Payflow Edition") for a client's Magento store, and I noticed that it is running through the PaypalUk module rather than the Paypal module. Judging from the name, it sounds like the PaypalUk module is for Paypal in the United Kingdom. Is this incorrect? Does anybody know what the basis for the module name is?

The Paypal module system.xml points explicitly to the PaypalUk module:

<wpp_pe translate="label comment">
    <label>Website Payments Pro Payflow Edition (includes Express Checkout)</label>
    ...
    <config_path>payment/paypaluk_direct/active</config_path>
    ...
</wpp_pe>
도움이 되었습니까?

해결책

Website Payments Pro Payflow Edition was a product available solely to the United Kingdom. Also, your 'PARTNER' value will likely be 'PayPalUK' as well.
So yes, this is correct.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top