Skip to content

Commit

Permalink
Fixing use of shortform php tags. Updating to version 1.0 of PPDG lib…
Browse files Browse the repository at this point in the history
…rary.
  • Loading branch information
thenbrent committed Apr 12, 2012
1 parent 1ce8aaf commit 481bc94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions check-profile.php
Expand Up @@ -19,7 +19,7 @@
<h2>PayPal Subscription Details</h2>
<pre>
$paypal->get_profile_details( $_GET['profile_id'] ) ) =
<? print_r( $paypal->get_profile_details( $_GET['profile_id'] ) ); ?>
<?php print_r( $paypal->get_profile_details( $_GET['profile_id'] ) ); ?>
</pre>

<?php else : ?>
Expand All @@ -28,7 +28,7 @@
<h2>PayPal Transaction Details</h2>
<pre>
$paypal->get_transaction_details( $_GET['transaction_id'] ) ); =
<? print_r( $paypal->get_transaction_details( $_GET['transaction_id'] ) ); ?>
<?php print_r( $paypal->get_transaction_details( $_GET['transaction_id'] ) ); ?>
</pre>

<?php endif; ?>
Expand Down
2 changes: 1 addition & 1 deletion lib/paypal-digital-goods

0 comments on commit 481bc94

Please sign in to comment.