12 lines
208 B
Plaintext
12 lines
208 B
Plaintext
import ZeroTotalError from "../_sections/payment/zero-total.mdx"
|
|
|
|
export const metadata = {
|
|
title: `Payment Provider Errors`,
|
|
}
|
|
|
|
# {metadata.title}
|
|
|
|
## Unknown Error for Zero Cart Total
|
|
|
|
<ZeroTotalError />
|