2Checkout / 2checkout-php

2Checkout PHP Library
MIT License
83 stars 66 forks source link

Add $checkout_type to Twocheckout_Charge::direct to choose from 'purchase' / 'spurchase' #9

Closed sc0ttkclark closed 10 years ago

craigchristenson commented 10 years ago

Thanks for the pull request. 2Checkout Dynamic and Direct checkout only have 1 purchase routine URL: https://www.2checkout.com/checkout/purchase

The /spurchase URL used to go to the old single page checkout page but this was removed when Dynamic checkout was released. So now any request to /purchase or /spurchase will bring up the same Dynamic/Direct checkout page.

sc0ttkclark commented 10 years ago

Thanks for the clarification :)