test_wechat.py 244 B

1234567891011
  1. # -*- coding: utf-8 -*-
  2. #!/usr/bin/env python
  3. from apps.web.core.payment.wechat import WechatPaymentGateway
  4. def test_get_transfer_result_via_bank(wechat_payment_app):
  5. wpg = WechatPaymentGateway(app=wechat_payment_app, payback_url='')