spookylukey / django-paypal

A pluggable Django application for integrating PayPal Payments Standard or Payments Pro
MIT License
729 stars 208 forks source link

How to use this sdk in django-rest-framework #279

Closed PeiPeiWow closed 1 year ago

PeiPeiWow commented 1 year ago

I want to use this sdk in django-rest-framework, my frontend is written by react,and I want to use this SDK as a backend, how to do, please help.

spookylukey commented 1 year ago

I'm afraid this isn't a support channel, all I can do is suggest you read the documentation. This package is not really designed to be used with an SPA fronted, you'll need to do the front end parts yourself.

PeiPeiWow commented 1 year ago

I'm afraid this isn't a support channel, all I can do is suggest you read the documentation. This package is not really designed to be used with an SPA fronted, you'll need to do the front end parts yourself.

thank you