文件名称:PaymentPaypal:用于ProcessWire的PayPal付款方式
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-07 17:34:48
PHP
付款方式:Paypal 用于ProcessWire的PayPal付款方式 要求 需要PaymentModule-模块 例子 // Load the module and setup payment $ payment = $ modules -> get ( "PaymentPaypal" ); $ payment -> setCurrency ( "EUR" ); $ payment -> setId ( 123456789 ); $ customer = Array (); $ customer [ 'givenName' ] = "Antti" ; $ customer [ 'familyName' ] = "Peisa" ; $ customer [ 'streetAddress' ] = "Some Street" ; $ customer [ 'locality' ] =
【文件预览】:
PaymentPaypal-master
----PaymentPaypal.module(6KB)
----README.md(1KB)
----payment_form.php(2KB)