Skip to content

Instantly share code, notes, and snippets.

@ProdigyView
Created January 6, 2019 22:29
Show Gist options
  • Save ProdigyView/422f8e3b7a65c4bf0cdc76d31d03e4ab to your computer and use it in GitHub Desktop.
Save ProdigyView/422f8e3b7a65c4bf0cdc76d31d03e4ab to your computer and use it in GitHub Desktop.
<?php
$product_route = '127.0.0.1:8000/products';
$curl = new Curl($product_route.'/purchase');
$curl->send('post', array(
'amount' => '20.00',
'nounce' => '1c46538c712e9b5bf0fe43d692',
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment