实例介绍
原生PHP配置paypal支付接口成功!不用Composer!下载接口的时候,在Github上面还是在码云上我也忘记了。总之。点击“克隆and下载”,下载下来的压缩包解压后只有一个paypal文件夹。在这里着重交待:只有一个paypal...
【实例截图】
【核心代码】
.
├── paypal
│ ├── PayPal.log
│ ├── payment
│ │ ├── cancel.php
│ │ ├── common.php
│ │ ├── exec.php
│ │ └── payment.php
│ └── vendor
│ ├── autoload.php
│ ├── composer
│ │ ├── ClassLoader.php
│ │ ├── LICENSE
│ │ ├── autoload_classmap.php
│ │ ├── autoload_namespaces.php
│ │ ├── autoload_psr4.php
│ │ ├── autoload_real.php
│ │ ├── autoload_static.php
│ │ └── installed.json
│ ├── paypal
│ │ └── rest-api-sdk-php
│ │ ├── CHANGELOG.md
│ │ ├── LICENSE
│ │ ├── README.md
│ │ ├── composer.json
│ │ ├── lib
│ │ │ └── PayPal
│ │ │ ├── Api
│ │ │ │ ├── Address.php
│ │ │ │ ├── Agreement.php
│ │ │ │ ├── AgreementDetails.php
│ │ │ │ ├── AgreementStateDescriptor.php
│ │ │ │ ├── AgreementTransaction.php
│ │ │ │ ├── AgreementTransactions.php
│ │ │ │ ├── AlternatePayment.php
│ │ │ │ ├── Amount.php
│ │ │ │ ├── Authorization.php
│ │ │ │ ├── BankAccount.php
│ │ │ │ ├── BankAccountsList.php
│ │ │ │ ├── BankToken.php
│ │ │ │ ├── BaseAddress.php
│ │ │ │ ├── Billing.php
│ │ │ │ ├── BillingAgreementToken.php
│ │ │ │ ├── BillingInfo.php
│ │ │ │ ├── CancelNotification.php
│ │ │ │ ├── Capture.php
│ │ │ │ ├── CarrierAccount.php
│ │ │ │ ├── CarrierAccountToken.php
│ │ │ │ ├── CartBase.php
│ │ │ │ ├── ChargeModel.php
│ │ │ │ ├── Cost.php
│ │ │ │ ├── CountryCode.php
│ │ │ │ ├── CreateProfileResponse.php
│ │ │ │ ├── Credit.php
│ │ │ │ ├── CreditCard.php
│ │ │ │ ├── CreditCardHistory.php
│ │ │ │ ├── CreditCardList.php
│ │ │ │ ├── CreditCardToken.php
│ │ │ │ ├── CreditFinancingOffered.php
│ │ │ │ ├── Currency.php
│ │ │ │ ├── CurrencyConversion.php
│ │ │ │ ├── CustomAmount.php
│ │ │ │ ├── DetailedRefund.php
│ │ │ │ ├── Details.php
│ │ │ │ ├── Error.php
│ │ │ │ ├── ErrorDetails.php
│ │ │ │ ├── ExtendedBankAccount.php
│ │ │ │ ├── ExternalFunding.php
│ │ │ │ ├── FileAttachment.php
│ │ │ │ ├── FlowConfig.php
│ │ │ │ ├── FmfDetails.php
│ │ │ │ ├── FundingDetail.php
│ │ │ │ ├── FundingInstrument.php
│ │ │ │ ├── FundingOption.php
│ │ │ │ ├── FundingSource.php
│ │ │ │ ├── FuturePayment.php
│ │ │ │ ├── HyperSchema.php
│ │ │ │ ├── Image.php
│ │ │ │ ├── Incentive.php
│ │ │ │ ├── InputFields.php
│ │ │ │ ├── InstallmentInfo.php
│ │ │ │ ├── InstallmentOption.php
│ │ │ │ ├── Invoice.php
│ │ │ │ ├── InvoiceAddress.php
│ │ │ │ ├── InvoiceItem.php
│ │ │ │ ├── InvoiceNumber.php
│ │ │ │ ├── InvoiceSearchResponse.php
│ │ │ │ ├── Item.php
│ │ │ │ ├── ItemList.php
│ │ │ │ ├── Links.php
│ │ │ │ ├── Measurement.php
│ │ │ │ ├── MerchantInfo.php
│ │ │ │ ├── MerchantPreferences.php
│ │ │ │ ├── Metadata.php
│ │ │ │ ├── NameValuePair.php
│ │ │ │ ├── Notification.php
│ │ │ │ ├── OpenIdAddress.php
│ │ │ │ ├── OpenIdError.php
│ │ │ │ ├── OpenIdSession.php
│ │ │ │ ├── OpenIdTokeninfo.php
│ │ │ │ ├── OpenIdUserinfo.php
│ │ │ │ ├── Order.php
│ │ │ │ ├── OverrideChargeModel.php
│ │ │ │ ├── Participant.php
│ │ │ │ ├── Patch.php
│ │ │ │ ├── PatchRequest.php
│ │ │ │ ├── Payee.php
│ │ │ │ ├── Payer.php
│ │ │ │ ├── PayerInfo.php
│ │ │ │ ├── Payment.php
│ │ │ │ ├── PaymentCard.php
│ │ │ │ ├── PaymentCardToken.php
│ │ │ │ ├── PaymentDefinition.php
│ │ │ │ ├── PaymentDetail.php
│ │ │ │ ├── PaymentExecution.php
│ │ │ │ ├── PaymentHistory.php
│ │ │ │ ├── PaymentInstruction.php
│ │ │ │ ├── PaymentOptions.php
│ │ │ │ ├── PaymentSummary.php
│ │ │ │ ├── PaymentTerm.php
│ │ │ │ ├── Payout.php
│ │ │ │ ├── PayoutBatch.php
│ │ │ │ ├── PayoutBatchHeader.php
│ │ │ │ ├── PayoutItem.php
│ │ │ │ ├── PayoutItemDetails.php
│ │ │ │ ├── PayoutSenderBatchHeader.php
│ │ │ │ ├── Phone.php
│ │ │ │ ├── Plan.php
│ │ │ │ ├── PlanList.php
│ │ │ │ ├── PotentialPayerInfo.php
│ │ │ │ ├── Presentation.php
│ │ │ │ ├── PrivateLabelCard.php
│ │ │ │ ├── ProcessorResponse.php
│ │ │ │ ├── RecipientBankingInstruction.php
│ │ │ │ ├── RedirectUrls.php
│ │ │ │ ├── Refund.php
│ │ │ │ ├── RefundDetail.php
│ │ │ │ ├── RefundRequest.php
│ │ │ │ ├── RelatedResources.php
│ │ │ │ ├── Sale.php
│ │ │ │ ├── Search.php
│ │ │ │ ├── ShippingAddress.php
│ │ │ │ ├── ShippingCost.php
│ │ │ │ ├── ShippingInfo.php
│ │ │ │ ├── Tax.php
│ │ │ │ ├── Template.php
│ │ │ │ ├── TemplateData.php
│ │ │ │ ├── TemplateSettings.php
│ │ │ │ ├── TemplateSettingsMetadata.php
│ │ │ │ ├── Templates.php
│ │ │ │ ├── Terms.php
│ │ │ │ ├── Transaction.php
│ │ │ │ ├── TransactionBase.php
│ │ │ │ ├── Transactions.php
│ │ │ │ ├── VerifyWebhookSignature.php
│ │ │ │ ├── VerifyWebhookSignatureResponse.php
│ │ │ │ ├── WebProfile.php
│ │ │ │ ├── Webhook.php
│ │ │ │ ├── WebhookEvent.php
│ │ │ │ ├── WebhookEventList.php
│ │ │ │ ├── WebhookEventType.php
│ │ │ │ ├── WebhookEventTypeList.php
│ │ │ │ └── WebhookList.php
│ │ │ ├── Auth
│ │ │ │ └── OAuthTokenCredential.php
│ │ │ ├── Cache
│ │ │ │ └── AuthorizationCache.php
│ │ │ ├── Common
│ │ │ │ ├── ArrayUtil.php
│ │ │ │ ├── PayPalModel.php
│ │ │ │ ├── PayPalResourceModel.php
│ │ │ │ ├── PayPalUserAgent.php
│ │ │ │ └── ReflectionUtil.php
│ │ │ ├── Converter
│ │ │ │ └── FormatConverter.php
│ │ │ ├── Core
│ │ │ │ ├── PayPalConfigManager.php
│ │ │ │ ├── PayPalConstants.php
│ │ │ │ ├── PayPalCredentialManager.php
│ │ │ │ ├── PayPalHttpConfig.php
│ │ │ │ ├── PayPalHttpConnection.php
│ │ │ │ ├── PayPalLoggingManager.php
│ │ │ │ └── cacert.pem
│ │ │ ├── Exception
│ │ │ │ ├── PayPalConfigurationException.php
│ │ │ │ ├── PayPalConnectionException.php
│ │ │ │ ├── PayPalInvalidCredentialException.php
│ │ │ │ └── PayPalMissingCredentialException.php
│ │ │ ├── Handler
│ │ │ │ ├── IPayPalHandler.php
│ │ │ │ ├── OauthHandler.php
│ │ │ │ └── RestHandler.php
│ │ │ ├── Log
│ │ │ │ ├── PayPalDefaultLogFactory.php
│ │ │ │ ├── PayPalLogFactory.php
│ │ │ │ └── PayPalLogger.php
│ │ │ ├── Rest
│ │ │ │ ├── ApiContext.php
│ │ │ │ └── IResource.php
│ │ │ ├── Security
│ │ │ │ └── Cipher.php
│ │ │ ├── Transport
│ │ │ │ └── PayPalRestCall.php
│ │ │ └── Validation
│ │ │ ├── ArgumentValidator.php
│ │ │ ├── JsonValidator.php
│ │ │ ├── NumericValidator.php
│ │ │ └── UrlValidator.php
│ │ ├── phpunit.integration.xml
│ │ ├── phpunit.xml
│ │ └── var
│ │ └── auth.cache
│ └── psr
│ └── log
│ ├── LICENSE
│ ├── Psr
│ │ └── Log
│ │ ├── AbstractLogger.php
│ │ ├── InvalidArgumentException.php
│ │ ├── LogLevel.php
│ │ ├── LoggerAwareInterface.php
│ │ ├── LoggerAwareTrait.php
│ │ ├── LoggerInterface.php
│ │ ├── LoggerTrait.php
│ │ ├── NullLogger.php
│ │ └── Test
│ │ ├── LoggerInterfaceTest.php
│ │ └── TestLogger.php
│ ├── README.md
│ └── composer.json
└── 原生PHP配置paypal支付接口成功!不用Composer!_paypal.rar
27 directories, 203 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论