stewmegaw/glidepayments

在ZF2应用程序中处理托管支付

dev-master 2018-02-26 11:13 UTC

This package is auto-updated.

Last update: 2024-09-27 03:19:38 UTC


README

  • composer require stewmegaw/glidepayments dev-master
  • 将/config/glidepayments.global.php.dist复制到/config/autoload并移除.dist扩展名
  • 自定义配置
  • 将'GlidePayments'添加到application.config.php模块列表中
  • 支付项目实体必须实现PaymentItemInterface接口
  • 更新doctrine
  • 数据库应该有一个id为-1、名为Paypal的用户记录