Skip to content

Instantly share code, notes, and snippets.

@ahmadawais
Last active February 14, 2018 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmadawais/9aaded312afb6d71f7b54418f9cf6a6d to your computer and use it in GitHub Desktop.
Save ahmadawais/9aaded312afb6d71f7b54418f9cf6a6d to your computer and use it in GitHub Desktop.
Paddle Get Complete Payment of the product even after the fee of paddle is deducted.

Paddle

Paddle WPCP

AMOUNT_TO_EARN = 1399
a = (AMOUNT_TO_EARN) + 15.5 = 1,414.5
b = 1 - 0.05 = 0.95

CHARGE_THIS = a/b = 1,488.95
 
—-

c = CHARGE_THIS x 5% + 15.5 = 89.95
TOTAL_GET = CHARGE_THIS - c = 1,399

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment