I don't know what as_payment_method stand for but looking into the code I see that I want it to be True :)
since I have all information PayPal needs (including shipping address and shipping method).
Do I need to extend this view to change as_payment_method to True?
another question regarding PayPal:
My custom checkout is as follows:
1 - user selects one product and redirect to checkout process (no basket)
2 - user fills shipping option and redirect to shipping method
3 - user selects shipping method and redirect to payment
4 - currently I only support PayPal and know I want the user to pay for this product
5 - user should be redirected to confirmation page
6 - user accepts the payment and redirected to thank-you page
any help would be appreciated.
thanks