List of PayPal transactions

前端 未结 3 1993
猫巷女王i
猫巷女王i 2020-12-09 11:05

Here\'s the setup:

I have a site setup for a client. The customer:

  1. Visits the site
  2. Enters in basic information for our records
  3. Procee
3条回答
  •  不思量自难忘°
    2020-12-09 11:44

      
    

    This is a html element that hooks up to the paypal API to make a transaction when the button is clicked. Do not change the data-button, src, or async properties. Completly remove the data-env node after you are finished testing (the data-env node prevents an actual charge from being made while you are testing). Change all of the other properties according to their names (e.g you would change data-name to the name of the product you are selling). Insert the element as you would any other html element (e.g.

    ).

提交回复
热议问题