WICG / webmonetization

Proposed Web Monetization standard
https://webmonetization.org
Other
457 stars 153 forks source link

Remove the "Receipt Verifier Service", associated CF worker, and any mention of it from the docs #317

Closed AlexLakatos closed 1 year ago

AlexLakatos commented 1 year ago

Receipts are deprecated in the new Web Monetization spec. https://webmonetization-preview.netlify.app/specification.html

We should remove the Receipt Verifier Service from the CloudFlare workers, the dedicated page, and any usage of it throughout the website.

huijing commented 1 year ago

@AlexLakatos Is it sufficient to just remove the if-else at https://github.com/WICG/webmonetization/blob/71d3c878b9ab76d29d63c194e11aabc9aafdfce6/workers/exclusive-content/src/lib/requestHandlers.ts#L32 or does the entire handleExKeyDerivation function need to be rewritten?