Beispiel #1
0
def sagepayment(payment, config_request):
    factory = SagePaymentMain(None, config_request)
    factory.set_payment(payment)
    return factory
Beispiel #2
0
def sagepayment(payment, config_request):
    factory = SagePaymentMain(None, config_request)
    factory.set_payment(payment)
    return factory