Skip to content

Commit

Permalink
Purchases: Target the new version of the cancel privacy protection en…
Browse files Browse the repository at this point in the history
…dpoint
  • Loading branch information
stephanethomas committed Nov 30, 2015
1 parent 4f597f0 commit b01894f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared/lib/wpcom-undocumented/lib/undocumented.js
Original file line number Diff line number Diff line change
Expand Up @@ -1736,7 +1736,8 @@ Undocumented.prototype.cancelPrivateRegistration = function( purchaseId, fn ) {
debug( 'upgrades/{purchaseId}/cancel-privacy-protection' );

this.wpcom.req.post( {
path: `/upgrades/${purchaseId}/cancel-privacy-protection`
path: `/upgrades/${purchaseId}/cancel-privacy-protection`,
apiVersion: '1.1'
}, fn );
};

Expand Down

0 comments on commit b01894f

Please sign in to comment.